func crypto/des.decryptBlock

2 uses

	crypto/des (current package)
		block.go#L44: func decryptBlock(subkeys []uint64, dst, src []byte) {
		cipher.go#L64: 	decryptBlock(c.subkeys[:], dst, src)